@charset "utf-8";

/*清除内外边距*/
html, body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, object, code, em, span, var, legend, button, input, textarea, th, td, a, img, header, footer, nav, aside, audio, datalist, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html, body {
    width: 100%;
    margin: 0 auto;
}

/*设置默认字体*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*a链接样式*/
a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #4472EE;
}

/*去除li小圆点*/
li, ol, ul {
    list-style: none;
}

/*小手*/
button {
    outline: none;
    border: none;
    cursor: pointer;
}

/*图片对齐方式*/
img {
    border: 0;
    max-width: 100%;
	max-height: 100%;
    vertical-align: top;
}

/*输入框placeholder默认颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #b3b3b3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

/*盒子模型计算方式*/
*, *:after, *::before {
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_x0psfw910r.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_x0psfw910r.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_x0psfw910r.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_x0psfw910r.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

body {
    color: #333333;
    font-family: Microsoft YaHei, SourceHanSansCN-Regular, Helvetica Neue, PingFang SC, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

/*清除浮动*/
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

/*顶部导航栏*/
img{
	transition: 1s;
}
header .header-top {
	background: #F3F3F3;
	height: 39px;
}

header .header-top .wapper {
    display: flex;
    height: 39px;
    align-items: center;
    justify-content: space-between;
}

header .header-top .wapper .header-name {
    font-size: 14px;
    color: #666666;
	letter-spacing: 1px;
}

header .header-top .wapper .header-msg {
    display: flex;
    justify-content: space-around;
    align-items: center;
	height: 100%;
	background-size: 100% 100%;
	padding: 0 32px;
}

header .header-top .wapper .header-msg .msg-item {
    display: flex;
    margin-left: 33px;
    align-items: center;
	
}
header .header-top .wapper .header-msg .msg-icon {
    height: 16px;
	width: 15px;
	margin-right: 8px;
}
header .header-top .wapper .header-msg .msg-item span {
    font-size: 14px;
    color: #999999;
}

header .header-center {
    background-color: white;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-center .header-content {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-center .header-content .header-l {
    height: 100%;
    display: flex;
    align-items: center;
}

header .header-center .header-content .header-l .header-logo {
    width: 165px;
    height: 77px;
}

header .header-center .header-content .header-l .header-logo img {
    width: 100%;
    height: 100%;
}

header .header-center .header-content .header-l .header-bar {
    width: 1px;
    height: 31px;
    background: #7D7D7D;
    opacity: 1;
    margin: 30px 15px 0 15px;
}

header .header-center .header-content .header-l .header-logo-title {
    font-size: 30px;
    line-height: 30px;
    color: #232323;
	margin-top: 30px;
    font-weight: bold;
}
header .header-center .header-content .header-l .header-logo-title span:nth-child(1){
	letter-spacing: 3px;
	text-align: justify;
}
header .header-center .header-content .header-l .header-logo-title span:nth-child(2){
	display: block;
	font-size: 24px;
	color: #454545;
	margin-top: 15px;
}

header .header-center .header-content .header-r {
    box-sizing: border-box;
	height: 100%;
	padding-left: 53px;
	background: url(../img/header-phone.png) no-repeat;
    background-size: 37px 37px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-position:0% 50%;
}

header .header-center .header-content .header-r .header-lx {
    font-size: 16px;
    color: #666666;
}

header .header-center .header-content .header-r .header-phone {
    font-size: 24px;
    color: #121212;
    font-weight: bold;
}

header .header-bottom {
    height: 64px;
    transition: 0.5s;
    background-size: auto;
    background-position: center;
	background: linear-gradient(90deg,#4472ee 0%, #09329f 100%);
}

header .header-bottom .nav {
    height: 64px;
    display: flex;
    align-items: center;
}

header .header-bottom .nav .nav-left {
    width: 1200px;
    display: flex;
	height: 100%;
    align-items: center;
}

header .header-bottom .nav .nav-left .nav-long {
    width: 4px;
    height: 16px;
    background: #ffffff;
    margin-right: 18px;
}

header .header-bottom .nav .nav-left .nav-navlist {
    width: 100%;
	height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-bottom .nav .nav-left .nav-navlist li {
    font-size: 18px;
    color: #ffffff;
    line-height: 64px;
	height: 100%;
    text-align: center;
	position: relative;
}
header .header-bottom .nav .sub{
	height: auto;
	width: 100%;
	background: #000;
	position: absolute;
	top: 64px;
	left: 0;
	z-index: 999;
	display: none;
}
header .header-bottom .nav .sub p{
    font-size: 16px;
}
header .header-bottom .nav .sub p:hover{
    background-color: #231815;
}
header .header-bottom .nav .nav-left .nav-navlist li::after{
	content: "/";
	opacity: 0.63;
	color: #FFF;
	position: absolute;
	right: -25px;
    top: 0;
}
header .header-bottom .nav .nav-left .nav-navlist li:last-child::after{
	content: "";
}
header .header-bottom .nav .nav-left .nav-navlist li a {
    color: #ffffff;
    transition: 0.5s;
}
header .header-bottom .nav .nav-left .nav-navlist li .nav-main-title {
    padding: 20px;
}
header .header-bottom .nav .nav-left .nav-navlist li a:hover, .header-bottom .nav .nav-left .nav-navlist li.cur{
   background: #231815;
}
.scale{
	overflow: hidden;
}
.scale img{
	transition: .6s;
}
.scale img:hover{
	transform: scale(1.1);
}
/*尾部*/
footer{
	background-color: #313437;
	padding: 1px;
}
footer a{
	color: #fff;
	text-decoration: none;
}
footer .main{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 55px;
	margin-bottom: 39px;
}
footer .main .item{
	margin-right: 130px;
	height: 415px;
}

footer .main .tit{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 34px;
    letter-spacing: 0;
}
footer .main .item .text{
	margin-top: 28px;
}
footer .main .item .text a{
	opacity: 0.53;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 14px;
}
footer .main .item-1{
	height: 415px;
}
footer .main .item-1 .text{
	margin-top: 28px;
}
footer .main .item-1 .text a{
	opacity: 0.53;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 14px;
}
footer .main .item-2{
	width: 1px;
	height: 357px;
	background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);
	margin: 0 75px;
}
footer .main .item-3{
	height: 415px;
}
footer .main .item-3 .text{
	margin-top: 28px;
	display: flex;
	align-items: center;
}
footer .main .item-3 .text span{
	opacity: 0.53;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 14px;
}
footer .main .item-3 .icon{
	height: 15px;
	width: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}
footer .main .item-3 .tips{
	width: 291px;
	height: 107px;
	opacity: 0.53;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 30px;
	margin-top: 65px;
	text-indent: 2em;
}
footer .main .item-3 .tips span{
	display: block;
	text-align: right;
}
footer .footer-bottom-after{
	border-top: 1px solid rgba(255,255,255,0.2);
	height: 80px;
	background: #313437;
}
footer .footer-bottom-after .after-container{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	height: 80px;
	align-items: center;
	color: #fff;
	justify-content: space-between;
}
/*在线客服*/
.kef {
    position: fixed;
    right: 10px;
    z-index: 999;
    top: 33%;
}

.kef li {
    width: 65px;
    height: 60px;
    background: #4472EE;
    text-align: center;
    margin-bottom: 3px;
    position: relative;
}

.kef li div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.kef li img {
    height: 22px;
}

.kef li p {
    margin-top: 5px;
    color: white;
    font-size: 12px;
}

.kef li.tel i {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #4472EE;
    height: 70px;
    min-width: 160px;
    font-size: 20px;
    color: #fff;
    line-height: 70px;
    transition: 0.6s;
}

.kef li.vx i {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -105px;
    top: 0;
    transition: 0.6s;
}

.kef li.vx i img {
    padding-top: 0;
    width: 0;
    height: 0;
    float: right;
}

.kef li.tel:hover i {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.kef li.vx:hover i {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.kef li.vx:hover i img {
    width: 100px;
    height: 100px;
}